home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Business Shareware
/
Business Shareware.iso
/
start
/
sprdsht
/
123pw53
/
install.bat
< prev
next >
Wrap
DOS Batch File
|
1992-12-28
|
1KB
|
38 lines
@cls
@echo off
echo ╔════════════════════════════════════════════════════════════════════════════╗
echo ║░░░░░░░░░░░░░░░ POWER WINDOWS (For Lotus 1-2-3) version 5.3 ░░░░░░░░░░░░░░░░║
echo ╠════════════════════════════════════════════════════════════════════════════╣
echo ║ ║
echo ║ Please wait... Power Windows files are being copied now... ║
echo ╚════════════════════════════════════════════════════════════════════════════╝
echo.
@copy auto123.wk1 %1
@copy manual.wk1 %1
@copy intro. %1
@copy use123pw. %1
@copy warranty. %1
@copy register. %1
@cd %1
echo.
echo ╔════════════════════════════════════════════════════════════════════════════╗
echo ║ All done... Thanks for trying Power Windows! ║
echo ║ ║
echo ║ To get you started quickly, take a minute to read the following ║
echo ║ brief messages about Power Windows now. ║
echo ╚════════════════════════════════════════════════════════════════════════════╝
echo.
echo.
@pause
@cls
@type intro.
@pause
@cls
@type use123pw
@pause
@cls
@type warranty
@pause
@cls
@type register